Fixed files encoding
authorAbou Al Montacir <abou.almontacir@sfr.fr>
Sat, 8 Feb 2025 20:45:34 +0000 (21:45 +0100)
committerAbou Al Montacir <abou.almontacir@sfr.fr>
Sat, 8 Feb 2025 20:45:34 +0000 (21:45 +0100)
commitb1b598ad002d8afd70d1e7cbfcf6702da3e0f3ed
tree170d9e97542ff50c95e994d611bd44a566f81159
parent4f68b326cde1b4bd396356a11bed3f7e10d9919f
Fixed files encoding

Forwarded: Yes
Bug: https://gitlab.com/freepascal.org/fpc/source/-/issues/41130
Last-Update: 2025-02-02

Some files are distributed by upstream in national encoding. This patch
converts them to unicode.

The convertion was doen using the follwong commands:
recode latin1..UTF-8 fpcsrc/packages/fcl-base/examples/testreg.pp
recode latin1..UTF-8 fpcsrc/rtl/os2/tests/pmdemo1.h
recode latin1..UTF-8 demo/os2/pmdemo1.h

The two last files requiered additional manual fix.

Gbp-Pq: Name Fixed-files-encoding.patch
demo/os2/pmdemo1.h
fpcsrc/packages/fcl-base/examples/testreg.pp
fpcsrc/rtl/os2/tests/pmdemo1.h